From: Guillem Jover Date: Tue, 31 May 2016 18:38:08 +0000 (+0100) Subject: Fix man page typos X-Git-Tag: archive/raspbian/0.3.112-13+rpi1~1^2^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=4f0e478558f45268537484021257849ec15eda19;p=libaio.git Fix man page typos Origin: vendor Forwarded: no Last-Update: 2016-05-31 Gbp-Pq: Name 03_man_typos.patch --- diff --git a/man/io.3 b/man/io.3 index f277673..79ffd8c 100644 --- a/man/io.3 +++ b/man/io.3 @@ -1,7 +1,7 @@ .TH io 3 2009-06-10 "Linux 2.4" "Linux AIO" .SH NAME io \- Asynchronous IO -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .sp diff --git a/man/io_fsync.3 b/man/io_fsync.3 index 28053a1..2e18566 100644 --- a/man/io_fsync.3 +++ b/man/io_fsync.3 @@ -7,7 +7,7 @@ .TH io_fsync 3 2009-06-10 "Linux 2.4" Linux AIO" .SH NAME io_fsync \- Synchronize a file's complete in-core state with that on disk -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .sp @@ -58,7 +58,7 @@ referenced data outside of the program's accessible address space. .TP .B EINVAL .I ctx -refers to an unitialized aio context, the iocb pointed to by +refers to an uninitialized aio context, the iocb pointed to by .I iocbs contains an improperly initialized iocb, .TP diff --git a/man/io_prep_fsync.3 b/man/io_prep_fsync.3 index c3bff99..0b68433 100644 --- a/man/io_prep_fsync.3 +++ b/man/io_prep_fsync.3 @@ -8,7 +8,7 @@ .TH io_prep_fsync 3 2009-06-10 "Linux 2.4" Linux AIO" .SH NAME io_prep_fsync \- Synchronize a file's complete in-core state with that on disk -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .br diff --git a/man/io_prep_pread.3 b/man/io_prep_pread.3 index 740511f..2dd1157 100644 --- a/man/io_prep_pread.3 +++ b/man/io_prep_pread.3 @@ -11,7 +11,7 @@ .TH io_prep_pread 3 2009-06-10 "Linux 2.4" Linux AIO" .SH NAME io_prep_pread \- Set up asynchronous read -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .sp diff --git a/man/io_prep_pwrite.3 b/man/io_prep_pwrite.3 index 3bd212e..cf7d273 100644 --- a/man/io_prep_pwrite.3 +++ b/man/io_prep_pwrite.3 @@ -11,7 +11,7 @@ .TH io_prep_pwrite 3 2009-06-10 "Linux 2.4" Linux AIO" .SH NAME io_prep_pwrite \- Set up iocb for asynchronous writes -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .br diff --git a/man/io_queue_release.3 b/man/io_queue_release.3 index 665f559..ae9abcb 100644 --- a/man/io_queue_release.3 +++ b/man/io_queue_release.3 @@ -25,7 +25,7 @@ error is one of the Exxx values defined in the Errors section. .TP .B EINVAL .I ctx -refers to an unitialized aio context, the \fIiocb\fP pointed to by +refers to an uninitialized aio context, the \fIiocb\fP pointed to by .I iocbs contains an improperly initialized \fIiocb\fP. .TP diff --git a/man/io_queue_run.3 b/man/io_queue_run.3 index 125018e..4aca1a9 100644 --- a/man/io_queue_run.3 +++ b/man/io_queue_run.3 @@ -28,7 +28,7 @@ referenced data outside of the program's accessible address space. .TP .B EINVAL .I ctx_id -refers to an unitialized aio context, the \fIiocb\fP pointed to by +refers to an uninitialized aio context, the \fIiocb\fP pointed to by .I iocbs contains an improperly initialized iocb. .TP diff --git a/man/io_queue_wait.3 b/man/io_queue_wait.3 index 1935e55..a6228bd 100644 --- a/man/io_queue_wait.3 +++ b/man/io_queue_wait.3 @@ -34,7 +34,7 @@ referenced data outside of the program's accessible address space. .TP .B EINVAL .I ctx_id -refers to an unitialized aio context, the \fIiocb\fP pointed to by +refers to an uninitialized aio context, the \fIiocb\fP pointed to by .I iocbs contains an improperly initialized iocb. .TP diff --git a/man/io_set_callback.3 b/man/io_set_callback.3 index 1f7d392..2ea4a74 100644 --- a/man/io_set_callback.3 +++ b/man/io_set_callback.3 @@ -2,7 +2,7 @@ .TH io_set_callback 3 2009-06-10 "Linux 2.4" Linux AIO" .SH NAME io_set_callback \- Set up io completion callback function -.SH SYNOPSYS +.SH SYNOPSIS .nf .B #include .br diff --git a/man/io_submit.3 b/man/io_submit.3 index 175952e..ac73fd7 100644 --- a/man/io_submit.3 +++ b/man/io_submit.3 @@ -110,7 +110,7 @@ referenced data outside of the program's accessible address space. .TP .B EINVAL .I ctx -refers to an unitialized aio context, the iocb pointed to by +refers to an uninitialized aio context, the iocb pointed to by .I iocbs contains an improperly initialized iocb, .TP